func reflect.typeOffFor
9 uses
reflect (current package)
type.go#L408: func typeOffFor(t *abi.Type, off aTypeOff) *abi.Type {
type.go#L1533: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Typ) == t.typeOff(tm.Typ) {
type.go#L1566: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Mtyp) == t.typeOff(tm.Typ) {
type.go#L2361: Mtyp: resolveReflectType(typeOffFor(ft, m.Mtyp)),
type.go#L2377: Mtyp: resolveReflectType(typeOffFor(ptr.Elem, m.Mtyp)),
type.go#L2401: Mtyp: resolveReflectType(typeOffFor(ft, m.Mtyp)),
value.go#L907: t = (*funcType)(unsafe.Pointer(typeOffFor(v.typ(), m.Mtyp)))
value.go#L2519: return typeOffFor(typ, m.Typ)
value.go#L2527: return typeOffFor(typ, m.Mtyp)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |